shithub: mc

ref: 8c2fb645b95fa69e53e910102c601f3a80007251
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}