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