shithub: mc

ref: 3fccc8ae5d24b1ec3e15facbb765a219f5438c2c
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}