mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
|
|
#ifndef CMD_MACRO
|
|
#error CMD_MACRO undefined
|
|
#endif
|
|
|
|
int foo() {
|
|
return x;
|
|
}
|