shithub: mc

ref: 58d89cfed95d30bcd7fdfed4973237121803ad70
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}