1 2 3 4 5 6 7 8 9 10
extern char *cplus_demangle(const char *, int); int main(void) { cplus_demangle(0, 0); return 0; }