1 /* Verify that inline function never actually emit has no DIE.  */
2 /* { dg-do compile } */
3 /* { dg-options "-O0 -gdwarf -dA" } */
4 /* { dg-final { scan-assembler-not "CIE Version" } } */
t()5 static inline int t()
6 {
7 }
8