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