Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.ns / template7.C
blob876096b7490ea47a9f67a7f4539179ec1bf934e1
1 // { dg-do assemble }
4 // Based on bug report by Eric NICOLAS <nicolas@bnp-eng.remcomp.com>
6 namespace foo {
7   template<class F> struct bar {};
10 void baz() {
11   foo::bar(); // { dg-error "" } template used as expression