shithub: mc

ref: 680eccecfe196286eee2da7ffcdfa51cb34e6834
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}