shithub: mc

ref: 36588445c514f650c6260480b582b1da721018c2
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}