Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
iftrap-2.c
blob: bb7bb5726b1b70d1bd235cc7343fb9dde0e860fe [
file
] [
log
] [
blame
]
void
foo
(
int
p
,
int
q
)
{
if
(
p
)
{
if
(
q
)
__builtin_trap
();
}
else
bar
();
}