OSDN Git Service

* g++.old-deja/g++.eh/cleanup2.C: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ext / asmspec1.C
1 // Build don't link:
2 // Skip if not target: i?86-*-*
3 // Origin: Anthony Green  <green@cygnus.com>
4
5 void foo ()
6
7   register const char *h asm("%esi") = "hey"; 
8 }