Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
BUG17.c
blob: 920587046edd3f5cc36dee408bfb00e0ac99e865 [
file
] [
log
] [
blame
]
double
d
;
main
()
{
int
i
;
i
=
(
int
)
d
;
}