blob: d1893ba3f67078cc97181e337066a5f66fffe1a5 [file] [log] [blame]
#ifdef CTHING
#error "Wrong local argument set"
#endif
#ifndef CPPTHING
#error "Local argument not set"
#endif
extern "C" int func();
int main(int argc, char **argv) {
return func();
}