Gitiles
Code Review
Sign In
android-review.linaro.org
/
toolchain
/
gcc-aarch64
/
7d3ad0b7c65dc67005141011191b494d0644fdb6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr23476.c
blob: 9cccde6e9b2e9d4394aefcaa617a39516d734662 [
file
] [
log
] [
blame
]
int
h
(
int
);
int
t
;
static
inline
int
f
(
const
int
i
)
{
int
tt
=
i
;
_Bool
a
=
i
<
t
;
if
(
a
)
return
h
(
t
);
return
9
;
}
int
g
(
void
)
{
return
f
(
0x7FFFFFFF
);
}