shithub: mc

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

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

const main = {
	`Foo
}