blob: 920587046edd3f5cc36dee408bfb00e0ac99e865 [file] [log] [blame]
double d;
main()
{
int i;
i = (int) d;
}