scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0015-macro.c (38B)
1
/*
2
PATTERN:
3
4
.
5
*/
6
7
#define X(A, A) 0
8