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