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