shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}