8 lines
142 B
Perl
8 lines
142 B
Perl
|
/* n_20.t: Definition of macro lexically identical to keyword. */
|
||
|
|
||
|
/* 20.1: */
|
||
|
/* double fl; */
|
||
|
#define float double
|
||
|
float fl;
|
||
|
|