xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
BUG18.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
main
()
2
{
3
if
((
signed
int
)
1
< (
signed
int
)
-2147483648
)
4
printf
(
"true\n"
);
5
}
6