shithub: mc

ref: 013bffde621d421e1914491e6249a7486b9a1380
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}