6_7_9_18_static_init_string_ptr.c (119B)
1 typedef struct { 2 const char* s; 3 } S; 4 static const S g = {.s = "hi"}; 5 int test_main(void) { return g.s[0] + g.s[1]; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |