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