shithub: mc

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

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

const main = {
	`Foo
}