mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-01 12:07:53 +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)