shithub: mc

ref: b0c3ab86f225f819ab5c0ccdc01a768780d92c88
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}