0004-macroredef.c - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) 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