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