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