#ifdef CTHING
#error "Wrong local argument set"
#endif
#ifndef CPPTHING
#error "Local argument not set"
extern "C" int func();
int main(int argc, char **argv) {
return func();
}