kit

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

6_4_4_4_02_wide_char_hex_escape.c (58B)


      1 int test_main(void) { return L'\x012a' == 298 ? 42 : 0; }