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