shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}