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