// { dg-do assemble } // Testcase for handling of typedef wierdness. template struct A { typedef enum { foo } B; A (B b); }; template A::A (B b) { }