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