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