8cc icon indicating copy to clipboard operation
8cc copied to clipboard

tentative definitions not handled

Open andrewchambers opened this issue 10 years ago • 0 comments


int x;
int x = 0;
int x;

int
main()
{
    x = 0;
    return x;
}

andrewchambers avatar Sep 01 '15 13:09 andrewchambers