Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
BUG18.c
blob: d5f172916a936b3d27bab528f61539aec18d9f5c [
file
] [
log
] [
blame
]
int
main
(
void
)
{
if
((
signed
int
)
1
<
(
signed
int
)
-
2147483648
)
__builtin_printf
(
"true\n"
);
}