shithub: mc

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

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

const main = {
	`Foo
}