blob: ac897ab78c17207922a2017cf8d9a65139fc27ca (
plain)
1
2
3
4
5
6
7
|
/* 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()
{
}
|