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