struct decl_struct {
    int decl_member;
};

string decl_var_string;

const static string decl_var_const_static_string;

void main()
{
}
