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