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)) ```
demo.c
c2go demo.c