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