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