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