shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}