mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
'extern int i = 42;' at file scope (but not in function scope!) is allowed and is a proper definition, even though questionable style; some compilers warn about this.