shithub: mc

ref: 82526d4456cab45d013dbf12fe9d49cd79ec9796
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}