shithub: mc

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

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

const main = {
	`Foo
}