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