Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
;
}