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