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