shithub: mc

ref: 2e89856cee5ff88161295f3ea0d200f72eb4d31f
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}