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