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