shithub: mc

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

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

const main = {
	`Foo
}