Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / error2.C
blob8dd1e9d30da4a3ac80845eef7dae593a6b425901
1 // { dg-do compile }
2 // Properly print CALL_EXPRs while dumping expressions
4 double g;
5 int func(double);
7 template <int>
8 struct Foo {};
10 Foo<func(g)> f; // { dg-error "" "func(g)" }