shithub: mc

ref: 16dbaa9af38342979bf91bf5f5e3f4e3d418919c
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}