8 lines
142 B
Perl
Raw Normal View History

/* n_20.t: Definition of macro lexically identical to keyword. */
/* 20.1: */
/* double fl; */
#define float double
float fl;