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