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