kit

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

6_5_46b_cmp_to_bool_init.c (67B)


      1 int test_main(void) {
      2   _Bool b = (1 != 0);
      3   return b ? 42 : 0;
      4 }