5 lines
44 B
C
5 lines
44 B
C
#if !defined(foo)
|
|
#define goo
|
|
int n;
|
|
#endif
|
#if !defined(foo)
|
|
#define goo
|
|
int n;
|
|
#endif
|