shithub: mc

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

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

const main = {
	`Foo
}