blob: 5c32209925ccaf970a6c9472a366e064fcd871cc [file] [log] [blame]
#ifdef MYTHING
#error "Wrong global argument set"
#endif
#ifndef MYCPPTHING
#error "Global argument not set"
#endif
#ifndef MYCANDCPPTHING
#error "Global argument not set"
#endif
int main(void) {
return 0;
}