shithub: mc

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

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

const main = {
	`Foo
}