blob: 0d704f8d16bc84caab37461526541d41e0fad296 [file] [log] [blame]
/* PR rtl-optimization/45353 */
/* { dg-do compile } */
/* { dg-options "-O2 -fschedule-insns -fselective-scheduling" } */
/* { dg-require-effective-target scheduling } */
void
foo ()
{
__builtin_unreachable ();
}