modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/BUG6.c (about) 1 main() 2 { 3 unsigned long L; 4 double D; 5 D = L = -3; 6 printf("L=%lu, D=%g\n", L, D); 7 return 0; 8 }