shithub: mc

ref: 7bdc67c54c5947c4f5c2f31a44a67e1c5409eb2f
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}