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