shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}