6_5_68_file_scope_compound_literal_struct_addr.c (130B)
1 struct S { 2 int a; 3 int b; 4 }; 5 6 static struct S* p = &(struct S){.a = 20, .b = 22}; 7 8 int test_main(void) { return p->a + p->b; }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |