9 lines
106 B
C++
Raw Normal View History

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