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