shithub: mc

ref: 76ce9de16baeec77b86ece6825b90715b08545ba
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}