1 2 3 4 5 6 7 8
#include "mylib.h" DO_IMPORT int func(void); DO_IMPORT int retval; int main(void) { return func() == retval ? 0 : 1; }