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