Files
tinycc/tests
Michael Matz 94ac9f2b49 Accept extern initialized file-scope variables
'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.
2017-05-07 08:10:06 +02:00
..
2016-12-20 18:05:33 +01:00
2017-04-25 21:01:54 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00