tree-flow-inline.h (get_addr_base_and_unit_offset_1): Handle BIT_FIELD_REF.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / asm1.C
blob907e558adfc794ebd2ba313d2ec1c3a09bf7602c
1 // { dg-do assemble  }
2 // { dg-options "" }
4 struct A {
5   static void foo() asm("_my_routine");
6 };
8 void A::foo() {