shithub: mc

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

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

const main = {
	`Foo
}