summaryrefslogtreecommitdiff
path: root/Tests/Complex/Library/notInAllLib.cxx
blob: 5d928f44a6d3ea93a4ac04405002a992dd74435c (plain)
1
2
3
4
5
int notInAllLibFunc() { return 0; }

#if 1
# error "This target should not be compiled by ALL."
#endif