// Build don't link: // Simplified from testcase by Christophe Boyanique // crash test - XFAIL *-*-* template struct foo { foo(); }; template foo::foo() {} T // ERROR - currently an ICE