aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/BUG17.c
blob: 28bfb8873d4fe10749ea87fb27aa58b3a990998d (plain)
1
2
3
4
5
6
7
8
9
double d;

int
main(void)
{
  int i;

  i = (int) d;
}