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