shithub: mc

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

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

const main = {
	`Foo
}