shithub: mc

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

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

const main = {
	`Foo
}