2018-08-09 18:06:22 +02:00

11 lines
142 B
C++

extern int notInAllLibFunc();
int main()
{
return notInAllLibFunc();
}
#if 1
# error "This target should not be compiled by ALL."
#endif