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