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