Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / expr2.C
blob22ee4c8b16ae6f7a4ddae79eff3e8761f7800421
1 // { dg-do assemble  }
3 template <int I>
4 struct S {};
6 template <int J>
7 void foo(S<J + 2>);
9 void bar()
11   foo(S<3>()); // { dg-error "" } no way to deduce J from this.