shithub: mc

ref: 090d441a579249de5256c02a49bef1cd21104721
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}