shithub: mc

ref: 43002686eddf2bf80351b77dfd77337da647d227
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}