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