kit

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

6_7_2_01b_unsigned_long_long.c (73B)


      1 int test_main(void) {
      2   unsigned long long x = 42ULL;
      3   return (int)x;
      4 }