scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

0015-macro.c (91B)


      1 /*
      2 PATTERN:
      3 0015-macro.c:7: error: duplicated macro parameter 'A'
      4 .
      5 */
      6 
      7 #define X(A, A) 0
      8