meson/test cases/native/21 global arg/prog.cc

16 lines
215 B
C++

#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;
}