shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}