scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0104-qbebug.c (69B)
1
int
2
main()
3
{
4
int c;
5
c = 0;
6
do
7
;
8
while (0);
9
return c;
10
}