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