shithub: mc

ref: 6109f4b305d077fa88ab65fbdc728527ef4478d9
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}