shithub: mc

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

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

const main = {
	`Foo
}