blob: a8a58aafc26ec6be4af996c20715a9f3d4dcd7c8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -fno-tree-dce" } */
static inline void __attribute__((always_inline))
mp ()
{
(void) __builtin_va_arg_pack_len ();
}
void
ui (void)
{
mp ();
}