shithub: mc

ref: d2abc97bfa136ff2dcdf970457b1434cfd7cc712
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}