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