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