shithub: mc

ref: 8c18d29434ba67415085d37e5468979fa67f6dac
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}