shithub: mc

ref: 060f6f50d77006222083d987cf6adeed1701c9ae
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}