shithub: mc

ref: 0011cdc42c4acb7784a64211faeeb49c885ff744
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}