shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}