shithub: mc

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

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

const main = {
	`Foo
}