shithub: mc

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

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

const main = {
	`Foo
}