Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.ext / asmspec1.C
blob97d4b8e6bfc7c3cde982b4774cf37ad45b0e74be
1 // { dg-do assemble { target i?86-*-* x86_64-*-* } }
2 // Origin: Anthony Green  <green@cygnus.com>
4 void foo ()
5
6   register const char *h asm("%esi") = "hey";