shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}