2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / typedef4.C
blob02aa4a6740d23bf590b3049a1118f44b8f45d9c0
1 // { dg-do assemble  }
3 struct A {
4   void f ();
5 };
7 typedef A foo;
9 void foo::f() { }