blob: ff0d6798df20d85f50c1bfbbb7278bca7a42250f [file] [log] [blame]
/* not inline inline function must not have abstract DIE */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-inline -gdwarf -dA -fpreprocessed" } */
/* { dg-final { scan-assembler-not "DW_AT_inline" } } */
#1 "test.h"
inline int t()
{
}
int q()
{
t();
}