// Build don't link: // crash test - XFAIL *-*-* // Based on bug report by Eric NICOLAS namespace foo { template struct bar {}; } void baz() { foo::bar(); // ERROR - template used as expression }