Given a file t.h, with contents:
extern const char *const sys_errlist[];
Run dstep on it and get a core dump:
$ dstep -x c -o t.d t.c
Segmentation fault (core dumped)
I built dtep from this repo on a Debian Linux 64-bit system (after building and installing the dmd suite from its repos).