bitint: Fix up lowering of COMPLEX_EXPR [PR115544]
[official-gcc.git] / gcc / testsuite / gcc.dg / fail_always_inline.c
blob16a549ca0935fd4dc331f6bdbf2e963bf1c3c4d9
1 /* { dg-do compile } */
2 /* { dg-add-options bind_pic_locally } */
4 extern __attribute__ ((always_inline)) void
5 bar() { } /* { dg-warning "function might not be inlinable unless also declared .inline." } */
7 void
8 f()
10 bar();