ref: 964632bdffbee7760477e2faa3c862a18528f518 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }