1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
3 /* Verify that a cleanup marked "inline" gets inlined. */
5 static inline void xyzzy(void *p
__attribute__((unused
)))
11 int x
__attribute__((cleanup (xyzzy
)));
14 /* { dg-final { scan-assembler-not "xyzzy" } } */