1 2 3 4 5 6 7 8 9 10 11 12
// { dg-do assemble } // Based on bug report by Eric NICOLAS <nicolas@bnp-eng.remcomp.com> namespace foo { template<class F> struct bar {}; } void baz() { foo::bar(); // { dg-error "" } template used as expression }