shithub: mc

ref: 671e174caf52f96683cabb294f77623d55fbb91b
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}