scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0097-extern.c (41B)
1
extern int x;
2
3
int main()
4
{
5
return 0;
6
}