shithub: mc

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

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}