shithub: mc

ref: 8f668b2261b225f96d5835c17880a833447ebbcd
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}