shithub: mc

ref: 4403e8080fea47d509fa2ca264feff1cccceefbe
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}