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;
}