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