shithub: mc

ref: 42a818c93ff5762836fe6951692fb8165e8fd284
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}