Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
lookup14.C
blob: 2d2560ee71cdfe33da07d980f775271464e535d9 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
union
U
{
typedef
int
I
;
struct
S
{
void
f
();
};
};
void
U
::
S
::
f
()
{
I i
;
}