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