shithub: mc

ref: 9ce53dbcee324f705af4011390b771c318f12b6b
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}