0126-macropar.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
---
0126-macropar.c (51B)
---
1 #define F(a, b) a
2 int
3 main()
4 {
5 return F(, 1) 0;
6 }