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