shithub: mc

ref: 06910883726c34ebc812b86e813d51442157400e
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}