Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
builtin_unreachable-1.c
blob: dd32ca8066d2436eb4d427998154e88d26644bf4 [
file
] [
log
] [
blame
]
void
bar
(
const
char
*);
void
foo
(
void
)
{
bar
(
"foo"
);
__builtin_unreachable
();
}