blob: d3e91a56c91fd5fc42a6a8d2e8736191b08167a2 [file] [log] [blame]
#ifdef CTHING
#error "Local C argument set in wrong target"
#endif
#ifdef CPPTHING
#error "Local CPP argument set in wrong target"
#endif
int func() { return 0; }