shithub: mc

ref: 49ea47caf3cb37e0fe667d3ed833d12d670bae68
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}