FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / asm1.C
blobf6c4fe5feff16f1ebdad98c46b327c10accd7c06
1 // Build don't link:
2 // Special g++ Options: 
4 struct A {
5   static void foo() asm("_my_routine");
6 };
8 void A::foo() {