// Build don't link: // Origin: Jakub Jelinek // excess errors test - XFAIL *-*-* struct foo { enum e { not // ERROR - }; ~foo(); void x (foo *&a, bool b = (unsigned char)0); }; namespace N { struct bar; template struct baz { baz(T *p); }; typedef baz c; } struct z { int a; };