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