* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / spec32.C
blobf2c4dd74a3898ad0fb84e81644c2f85725538629
1 // { dg-do assemble  }
2 // Origin: Raja R Harinath <harinath@cs.umn.edu>
4 template<class T1, class T2> class foo;
5 template<class T> struct foo<T,typename T::bar>;