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