shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}