shithub: mc

ref: 0c574aa0d1cf26d51211668522db935da52a5ebe
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}