shithub: mc

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

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

const main = {
	`Foo
}