259</p>
260<pre class="grammar">
261▶break default func interface select
262case defer go map struct
263chan else goto package switch
· · ·
653a <a href="#Constant_expressions">constant expression</a>,
654a <a href="#Conversions">conversion</a> with a result that is a constant, or
655▶the result value of some built-in functions such as
656<code>min</code> or <code>max</code> applied to constant arguments,
657<code>unsafe.Sizeof</code> applied to <a href="#Package_unsafe">certain values</a>,
· · ·
749<p>
750A <a href="#Variable_declarations">variable declaration</a>
751▶or, for function parameters and results, the signature
752of a <a href="#Function_declarations">function declaration</a>
753or <a href="#Function_literals">function literal</a> reserves
· · ·
752▶of a <a href="#Function_declarations">function declaration</a>
753or <a href="#Function_literals">function literal</a> reserves
754storage for a named variable.
· · ·
753▶or <a href="#Function_literals">function literal</a> reserves
754storage for a named variable.
755
+ 462 more matches in this file