6_7_9_19_static_init_string_array.c (121B)
1 static const char* const names[2] = {"a", "b"}; 2 int test_main(void) { return names[0][0] + names[1][0] - 'a' * 2 + 41; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |