* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / 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;