shithub: mc

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

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

const main = {
	`Foo
}