kit

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

6_6_shift_count_out_of_range.c (57B)


      1 enum { X = 1 << 32 };
      2 
      3 int test_main(void) { return X; }