shithub: mc

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

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

const main = {
	`Foo
}