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