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