void
myMethod
(
Thing
t
)
{
t
.
a
=
42
;
return
;
}
// end myMethod