shithub: mc

ref: 03ac35586687e146835216f8339dbe31ead84d98
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}