mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
105 B
C
11 lines
105 B
C
![]() |
|
||
|
extern char *cplus_demangle(const char *, int);
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
cplus_demangle(0, 0);
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|