shithub: mc

ref: 9dbef7492971df74e2ecd58ee02f5fe69e979149
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}