mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
This fixes the issue
int main() { extern char *x; }
void main1() { extern char *x; }
t2.c:5: error: incompatible types for redefinition of 'x'
(reported by Giovanni Mascellani 2019/07/16)
13 KiB
13 KiB