shithub: mc

ref: 458b9914044d8ddcdaea19e875a76493494b60f0
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}