shithub: mc

ref: 975783f23df93ee5e102c797598ada07c22d7565
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}