This input crashes DStep: ```c typedef struct _Foo_List { void *data; struct _Foo_List *next; } Foo_List; ``` with error `illegal hardware instruction` on my system (no stack trace).