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