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