asm1.C   [plain text]


// { dg-do assemble  }
// { dg-options "" }

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

void A::foo() {
}