shithub: mc

ref: 4e490585cee4656c1b1659956d0693f506db65b6
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}