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