7 lines
52 B
C
7 lines
52 B
C
#ifndef test
|
|
#endif
|
|
|
|
#ifdef test
|
|
#undef test
|
|
#endif
|
#ifndef test
|
|
#endif
|
|
|
|
#ifdef test
|
|
#undef test
|
|
#endif
|