blob: 86645b850de86d6401bd6a7d750788b6f1e9f577 [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" } */
void
f()
{
bar();
}