shithub: mc

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

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

const main = {
	`Foo
}