5 lines
142 B
C++
5 lines
142 B
C++
// RUN: clang-pseudo -grammar=cxx -source=%s --print-forest | FileCheck %s
|
|
void s() {
|
|
__func__;
|
|
// CHECK: expression~__FUNC__ := tok[5]
|
|
}
|