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