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