summaryrefslogtreecommitdiffstats
path: root/test cases/common/236 proper args splitting/main.c
blob: 4b2038fcb1cdb8ad2115f4dce06b85888b730ede (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FOO
# error "FOO is not defined"
#endif

#ifndef BAR
# error "BAR is not defined"
#endif

int main(void) {
    return 0;
}