1 2 3 4 5 6 7 8 9 10
extern int notInAllLibFunc(); int main() { return notInAllLibFunc(); } #if 1 # error "This target should not be compiled by ALL." #endif