blob: f6c4fe5feff16f1ebdad98c46b327c10accd7c06 [file] [log] [blame]
// Build don't link:
// Special g++ Options:
struct A {
static void foo() asm("_my_routine");
};
void A::foo() {
}