kit

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

6_7_9_static_signed_char_overflow.c (63B)


      1 static signed char c = 128;
      2 
      3 int test_main(void) { return c; }