shithub: mc

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

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

const main = {
	`Foo
}