shithub: mc

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

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

const main = {
	`Foo
}