diff options
Diffstat (limited to 'Tests/Complex/Library/notInAllLib.cxx')
-rw-r--r-- | Tests/Complex/Library/notInAllLib.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Complex/Library/notInAllLib.cxx b/Tests/Complex/Library/notInAllLib.cxx new file mode 100644 index 0000000..5d928f4 --- /dev/null +++ b/Tests/Complex/Library/notInAllLib.cxx @@ -0,0 +1,5 @@ +int notInAllLibFunc() { return 0; } + +#if 1 +# error "This target should not be compiled by ALL." +#endif |