shithub: mc

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

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

const main = {
	`Foo
}