shithub: mc

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

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

const main = {
	`Foo
}