shithub: mc

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

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

const main = {
	`Foo
}