1 2 3 4 5 6 7 8 9 10 11
#ifndef FROM_compileOnly # error "Usage requirements from `compileOnly` not found" #endif extern int testLib1(void); int testLib2(void) { return testLib1(); }