shithub: mc

ref: 527bad788adf057d71faa98ed6e09952395abe50
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}