shithub: mc

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

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

const main = {
	`Foo
}