blob: 4b196acb07f3fd670f462e033809157b10e2a793 [file] [log] [blame]
/* { dg-do compile } */
extern __attribute__ ((always_inline)) void
bar() { } /* { dg-warning "function might not be inlinable" } */
void
f()
{
bar();
}