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