ldbl128_13_mixed_arith.c (153B)
1 int test_main(void) { 2 if (__LDBL_MANT_DIG__ != 113) return 0; 3 long double a = 3.0L; 4 double b = 4.0; 5 float c = 5.0f; 6 return (int)(a + b + c); 7 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |