shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}