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