11 lines
202 B
Perl
11 lines
202 B
Perl
|
/* e_16.t: Trailing junk of #else, #endif. */
|
||
|
|
||
|
/* 16.1: Trailing junk of #else. */
|
||
|
#define MACRO_0 0
|
||
|
#if MACRO_0
|
||
|
#else MACRO_0
|
||
|
|
||
|
/* 16.2: Trailing junk of #endif. */
|
||
|
#endif MACRO_0
|
||
|
|