kit

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

6_7_2_03_long_long.c (63B)


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