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