blob: 7b219f80711f928307c61c82dd2ec7c15b1da010 [file] [log] [blame]
/* PR middle-end/101195 */
/* { dg-do compile } */
int
foo (void)
{
return __builtin_eh_return_data_regno (-42);
}