8cc
8cc copied to clipboard
tentative definitions not handled
int x;
int x = 0;
int x;
int
main()
{
x = 0;
return x;
}