// Testcase for handling of typedef wierdness. // Build don't link: template struct A { typedef enum { foo } B; A (B b); }; template A::A (B b) { }