shithub: mc

ref: 8071536258299b89fc70647b895c039b071aad44
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}