The following is a part of one of my source file:
struct s{char *p}; struct s code a = {"string1"}; struct s code b = {"string2"};
"I wonder..." Did you try looking in the Manual?