shithub: mc

ref: 0b7f1ba84f3385eacef2b44758ca9be69c760cef
dir: /test/union-extraarg.myr/

View raw version
type u = union
	`Foo
;;

const main = {
	`Foo 123
}