summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Library/notInAllLib.cxx
blob: 033988fd8858cb6ff75be1ab896c670f12ddb7fb (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