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