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