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