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