typedef4.C   [plain text]


// { dg-do assemble  }

struct A {
  void f ();
};

typedef A foo;

void foo::f() { }