[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git] / llvm / test / tools / llvm-cxxfilt / noargs.test
blob47eac84cbe8ee7244d5e8a30557f75ae8d3c9818
1 RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt -n | FileCheck %s
3 STDIN: _Znw
4 STDIN: _Znwj
5 STDIN: _Znwm
7 CHECK: operator new
8 CHECK: operator new(unsigned int)
9 CHECK: operator new(unsigned long)