source: tests/in-demangle.txt @ 1df26c3

Last change on this file since 1df26c3 was c649d2c, checked in by Andrew Beach <ajbeach@…>, 7 months ago

Updated the demangler to also demangle operator names. You can also pass a filename to demangle now. There is also a test, but I don't really know what good tests are for the demangler.

  • Property mode set to 100644
File size: 268 bytes
Line 
1# Tests for the Demangler
2#
3# A simple unmangled name:
4main
5# Demangle the function names:
6_X4readFS8ifstream_S8ifstreamPcm__1
7_X22this_exception_contextFPS19exception_context_t___1
8_X6printfFi_PKc__1
9# Demangle an operator:
10_X19_operator_subassignFi_ii_intrinsic___1
Note: See TracBrowser for help on using the repository browser.