kit

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

6_7_1_02_register_multi_decl.c (70B)


      1 int test_main(void) {
      2   register int x = 40, y = 2;
      3   return x + y;
      4 }