kit

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

6_5_lvalue_required.c (45B)


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