2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / asmspec1.C
blob146f3ac7348bab88cd5ad5af415471c4f3edad4f
1 // { dg-do assemble { target i?86-*-* } }
2 // Origin: Anthony Green  <green@cygnus.com>
4 void foo ()
5
6   register const char *h asm("%esi") = "hey";