shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}