shithub: mc

ref: 56ddddaa8ea95295ebd7743a1c828f0365bf7bb8
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}