scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

0004-macroredef.c (87B)


      1 /*
      2 PATTERN:
      3 0004-macroredef.c:8: warning: 'X' redefined
      4 .
      5 */
      6 
      7 #define X 1
      8 #define X 2
      9