Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / crash17.C
blobbd9e20b4a06eb52fecaa6b8160e587538615718a
1 // { dg-do assemble  }
3 template <int B>
4 class foo;
6 template <class U>
7 class bar
9   typedef foo<(U::id > 0)> foobar;