Skip to content

Crash on recursive typedef #114

@biozic

Description

@biozic

This input crashes DStep:

typedef struct _Foo_List {
    void *data;
    struct _Foo_List *next;
} Foo_List;

with error illegal hardware instruction on my system (no stack trace).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions