shithub: mc

ref: 914c9055fd4e28b93b1aaa17fcc1791518f125f3
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}