xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010209-1.c
(revision c87b03e5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
short
int
a
;
2
main(void)
3
int
main
(
void
)
4
{
5
a
=
65535.0
;
6
return
0;
7
}
8