#include "mylib.h"
DO_IMPORT int func(void);
DO_IMPORT int retval;
int main(void) {
return func() == retval ? 0 : 1;
}