shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}