shithub: mc

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

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

const main = {
	`Foo
}