shithub: mc

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

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

const main = {
	`Foo
}