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