shithub: mc

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

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

const main = {
	`Foo
}