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