shithub: mc

ref: 3920112fb1060bed3ebecff443d9887330ef0348
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}