blob: c51dbef68fcb40add3ca0d55b54b9cd8222d2a9e [file] [log] [blame]
// { dg-do run }
// Test that the integer hides the struct in block scope.
int main ()
{
int A;
struct A { };
A = 1;
}