R=rsc
DELTA=5 (0 added, 2 deleted, 3 changed)
OCL=26607
CL=26607
</pre>
<p>
-Since evaluation of a literal creates a new value, taking the address of a
-composite literal (§Address operators) generates a pointer to a unique
-instance of the literal's value.
+Taking the address of a composite literal (§Address operators)
+generates a unique pointer to an instance of the literal's value.
</p>
-
<pre>
var pi_ptr *Rat = &Rat{22, 7}
</pre>