shithub: mc

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

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

const main = {
	`Foo
}