6_5_66_file_scope_compound_literal_addr.c (64B)
1 static int* p = &(int){42}; 2 3 int test_main(void) { return *p; }