blob: 584c68fddf6b136c27b826cf034f5f923bca1f47 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Winline -O2" } */
inline int q(void); /* { dg-warning "body not available" "" } */
inline int t(void)
{
return q(); /* { dg-warning "called from here" "" } */
}