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