blob: 126572a6e230ac46b9d88ac1f88cfe30a1972e7e [file] [log] [blame]
/* { dg-do run } */
/* { dg-options "-fsanitize=undefined" } */
/* { dg-shouldfail "ubsan" } */
int
main (void)
{
__builtin_unreachable ();
}
/* { dg-output "execution reached an unreachable program point" } */