• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: llvm-cxxfilt _Z1fi abc | FileCheck %s
2
3CHECK: f(int)
4CHECK-NEXT: abc
5