scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | 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