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