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