aboutsummaryrefslogtreecommitdiff
path: root/test cases/23 global arg/prog.c
blob: 5992d15f677e6592ee4b435a5dcdc58fdf31993c (plain)
1
2
3
4
5
6
7
#ifndef MYTHING
#error "Global argument not set"
#endif

int main(int argc, char **argv) {
    return 0;
}