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