Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / undefined6.C
blobbc8a86d1588675e8d5979dd744b36932aad0d66f
1 // PR c++/8596
2 // Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
3 // { dg-do compile }
5 template <int i> struct A {};
6 template <int i> struct B : A<x>{}; // { dg-error "" }