shithub: mc

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

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

const main = {
	`Foo
}