#!/usr/local/bin/cz --
use b
Main()
	int i = 0
	eacharg(a)
		Fprintf(stderr, "arg %d: ", i++)
		cstr_dump(a)
