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