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