shithub: mc

ref: 0e987e21af03dccfe1b37141ca024f657238dfd2
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}