blob: 02aa4a6740d23bf590b3049a1118f44b8f45d9c0 [file] [log] [blame]
// { dg-do assemble }
struct A {
void f ();
};
typedef A foo;
void foo::f() { }