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

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

Open
visualfc opened this issue Nov 18, 2022 · 0 comments · May be fixed by #171
Open

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

visualfc opened this issue Nov 18, 2022 · 0 comments · May be fixed by #171
Labels
bug Something isn't working

Comments

@visualfc
Copy link
Member

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))
@visualfc visualfc linked a pull request Nov 19, 2022 that will close this issue
@xushiwei xushiwei added the bug Something isn't working label Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants