shithub: mc

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

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

const main = {
	`Foo
}