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