shithub: mc

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

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

const main = {
	`Foo
}