shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}