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