Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.
This repository was archived by the owner on May 18, 2024. It is now read-only.

panic: toType: illegal syntax: multiple types? - int (*)(void) __attribute__((cdecl)) #172

@visualfc

Description

@visualfc

demo.c

typedef int (__cdecl *_onexit_t)(void);

int main() {
    return 0;
}

c2go demo.c

panic: toType: illegal syntax: multiple types? - int (*)(void) __attribute__((cdecl))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions