FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / mangle2.C
blob174cacc6f3bae5ce887429e81161cf823b98138a
1 // Build don't link:
2 // Special g++ Options: 
4 typedef struct {
5 } color;
7 void foo(color) {
10 #ifdef sparc
11 void f1() asm("foo__FG3$_0");
12 void f1() { }
13 void f2() asm("_foo__FG3$_0");
14 void f2() { }
15 void f3() asm("__foo__FG3$_0");
16 void f3() { }
17 #endif