shithub: mc

ref: 564acd81105fcf1b5b9942ef7de3e04d928ebebd
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}