6_5_block_static_compound_literal.c (70B)
1 int test_main(void) { 2 static int* p = (int[]){42}; 3 return p[0]; 4 }