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