kit

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

6_8_goto_undefined_label.c (52B)


      1 int test_main(void) {
      2   goto missing;
      3   return 0;
      4 }