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