shithub: mc

ref: 4f1ea224da009a6174db526eabb4ddb3fdac5558
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}