shithub: mc

ref: 61a9e807de75f67fd5467aa671b00935d202f0e3
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}