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