1
2#ifndef CMD_MACRO
3#error CMD_MACRO undefined
4#endif
5
6int foo() {
7  return x;
8}
9