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