shithub: mc

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

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

const main = {
	`Foo
}