shithub: mc

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

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

const main = {
	`Foo
}