shithub: mc

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

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

const main = {
	`Foo
}