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