BUG17.c   [plain text]


double d;

main()
{
  int i;

  i = (int) d;
}