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