8 lines
85 B
Text
8 lines
85 B
Text
|
|
#ifndef CMD_MACRO
|
|
#error CMD_MACRO undefined
|
|
#endif
|
|
|
|
int foo(void) {
|
|
return x;
|
|
}
|