shithub: mc

ref: 9df78d333d4fcc74754e16ddf06c2fba58c9858a
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}