9 inline __attribute__((always_inline)) f::f(void)
14 inline __attribute__((always_inline)) void f::f1(void)
25 // f::f() should be inlined even at -O0
26 // { dg-final { scan-assembler-not "_ZN1fC1Ev" } }
27 // Likewise for f::f1()
28 // { dg-final { scan-assembler-not "_ZN1f2f1Ev" } }