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