blob: ace5a0a5e4c056e4f06dd9361c41ec967e41d2c0 [file] [log] [blame]
#ifndef MYTHING
#error "Global argument not set"
#endif
#ifdef MYCPPTHING
#error "Wrong global argument set"
#endif
#ifndef MYCANDCPPTHING
#error "Global argument not set"
#endif
int main(int argc, char **argv) {
return 0;
}