shithub: mc

ref: 42230832997d2092cad72a775e738ab2d50df1dc
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}