shithub: mc

ref: 906384e5b4f4d1dfbf045184717668fe99610d53
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}