scc

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

0126-macropar.c (51B)


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