shithub: mc

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

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

const main = {
	`Foo
}