/* Valid scope Example */ struct foo { int foo; } foo; int main(void) { struct foo { int foo; } foo; { struct foo { int foo; } foo; } return(0); }