5 lines
56 B
C
5 lines
56 B
C
#if (1 == 0) // dangerous comment
|
|
fail
|
|
#else
|
|
win
|
|
#endif
|
#if (1 == 0) // dangerous comment
|
|
fail
|
|
#else
|
|
win
|
|
#endif
|