shithub: mc

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

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

const main = {
	`Foo
}