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