shithub: mc

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

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

const main = {
	`Foo
}