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