4 lines
47 B
C
4 lines
47 B
C
#ifndef different_define
|
|
#define FOO 5
|
|
|
|
#endif
|
#ifndef different_define
|
|
#define FOO 5
|
|
|
|
#endif
|