shithub: mc

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

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

const main = {
	`Foo
}