#ifdef CTHING
#error "Local C argument set in wrong target"
#endif
#ifdef CPPTHING
#error "Local CPP argument set in wrong target"
extern "C" int func();
int main(int argc, char **argv) {
return func();
}