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