shithub: mc

ref: bb49dad224c9d89f9945362c79920d56bb2b578e
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}