• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt | FileCheck %s
2
3STDIN: _Znw
4STDIN: _Znwj
5STDIN: _Znwm
6
7CHECK: operator new
8CHECK: operator new(unsigned int)
9CHECK: operator new(unsigned long)
10
11