0113-externredecl.c - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
0113-externredecl.c (48B)
---
1 extern int x;
2 int x;
3
4 int
5 main()
6 {
7 return x;
8 }