shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}