shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}