shithub: mc

ref: 6e6db2755b917179743b1f7649aa8b71a7dac8fc
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}