typedef struct test_chunk {
const char *name; /* Name of this chunk */
int (*test)(dstr /*dv*/[]); /* Test verification function */
typedef struct test_chunk {
const char *name; /* Name of this chunk */
int (*test)(dstr /*dv*/[]); /* Test verification function */