shithub: mc

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

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

const main = {
	`Foo
}