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