blob: 16a549ca0935fd4dc331f6bdbf2e963bf1c3c4d9 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-add-options bind_pic_locally } */
extern __attribute__ ((always_inline)) void
bar() { } /* { dg-warning "function might not be inlinable unless also declared .inline." } */
void
f()
{
bar();
}