shithub: mc

ref: 92dd0254be91f229e53403e4edb0997c4b78bfcd
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}