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