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

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