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