• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <cxxabi.h>
main()2 int main() {
3   auto* p = abi::__cxa_demangle;
4   (void) p;
5   return 0;
6 }
7