DSL EXPRESSION:
$z = {}


AST:
* statement block
    * assignment "="
        * direct field value "z"
        * map literal "{}"

