shithub: mc

ref: 1c351dde4625065e651108781c1de2683914fd0f
dir: /test/union-missingarg.myr/

View raw version
type u = union
	`Foo int
;;

const main = {
	`Foo
}