shithub: mc

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

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

const main = {
	`Foo
}