shithub: mc

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

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

const main = {
	`Foo
}