blob: e9894df6c63476ea4f3d96d3a84ed982373ad66b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wno-pedantic" } */
void bar (void);
void
foo (int x)
{
__builtin_unwind_init ();
__builtin_eh_return (x, bar);
}