rt_gccstream/gcc/testsuite/gcc.c-torture/compile/builtin_unreachable-1.c

7 lines
88 B
C

void bar (const char *);
void foo (void)
{
bar ("foo");
__builtin_unreachable ();
}