shithub: mc

ref: 16dbaa9af38342979bf91bf5f5e3f4e3d418919c
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}