kit

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

6_7_2_04_unsigned.c (61B)


      1 int test_main(void) {
      2   unsigned x = 42U;
      3   return (int)x;
      4 }