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