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