shithub: mc

ref: 0b561ccda3352aa132a5809b73de295ff37bc979
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}