You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
181 B
7 lines
181 B
4 months ago
|
RUN: llvm-cxxfilt -n _Z1fi __Z1fi f ___ZSt1ff_block_invoke | FileCheck %s
|
||
|
|
||
|
CHECK: f(int)
|
||
|
CHECK-NEXT: __Z1fi
|
||
|
CHECK-NEXT: f
|
||
|
CHECK-NEXT: invocation function for block in std::f(float)
|