kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

ldbl128_09_global_init.c (149B)


      1 static long double g = 17.0L;
      2 static long double h = 4.0L;
      3 
      4 int test_main(void) {
      5   if (__LDBL_MANT_DIG__ != 113) return 0;
      6   return (int)(g + h);
      7 }