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