1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Improved test case for Issue #191.

This commit is contained in:
acqn 2020-08-13 00:00:32 +08:00 committed by Oliver Schmidt
parent b19bb14348
commit 1d28e8e3de

View File

@ -13,6 +13,7 @@
static int n = 0;
extern int n; /* should not give an error */
static int n; /* should not give an error */
int main(void)
{