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