shithub: mc

ref: 3872f3ace46e4875e457826e012c03f969e81617
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}