aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/asm1.C
blob: f6c4fe5feff16f1ebdad98c46b327c10accd7c06 (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:
// Special g++ Options: 

struct A {
  static void foo() asm("_my_routine");
};

void A::foo() {
}