blob: 499ffcf1211511bc4c1fde0858efac3c4a154cbd [file] [log] [blame]
void foo();
int main ()
{
int c = 10;
foo ();
}