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