blob: 746ab031b830b771af11687399e638fbf7810d9a [file] [log] [blame]
/* Verify that inline function never actually emit has no DIE. */
/* { dg-do compile } */
/* { dg-options "-O0 -gdwarf -dA" } */
/* { dg-final { scan-assembler-not "CIE Version" } } */
static inline int t()
{
}