blob: 2685073d6d66c004cc065675b985a87d1f425483 [file] [log] [blame]
extern int notInAllLibFunc();
int main()
{
return notInAllLibFunc();
}
#if 1
#error "This target should not be compiled by ALL."
#endif