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