11 lines
140 B
C++
Raw Normal View History

extern int notInAllLibFunc();
int main()
{
return notInAllLibFunc();
}
#if 1
2016-07-09 11:21:54 +02:00
#error "This target should not be compiled by ALL."
#endif