modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/BUG17.c (about) 1 double d; 2 3 main() 4 { 5 int i; 6 7 i = (int) d; 8 }