shithub: mc

ref: 8385d6f6daad30f8de238362961b70061be24065
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}