Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
anon3.C
blob: 2523e0a7dd5f75f64a58077c5421c58df694e28d [
file
] [
log
] [
blame
]
// Test that anonymous unions work with explicit scope.
static
union
{
int
i
;
};
int
main
()
{
return
::
i
;
}