scc

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

0126-macropar.c (51B)


      1 #define F(a, b) a
      2 int
      3 main()
      4 {
      5 	return F(, 1) 0;
      6 }