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