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