move source around in preparation to land sysprof2

This commit is contained in:
Christian Hergert
2016-04-13 05:10:31 -07:00
parent 46f087522d
commit 2ea0287f89
38 changed files with 0 additions and 0 deletions

7
lib/testdemangle.c Normal file
View File

@ -0,0 +1,7 @@
#include "elfparser.h"
int
main ()
{
printf ("%s\n", elf_demangle ("_ZN8Inkscape7FiltersL12filter2D_FIRIhLj4EEEvPT_iiPKS2_iiiiPKNS_4Util10FixedPointIjLj16EEEii"));
}