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