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