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