scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0026-implicitret.c (23B)
1
main()
2
{
3
return 0;
4
}
5