llvm-project/clang-tools-extra/pseudo/test/cxx/predefined-identifier.cpp

6 lines
142 B
C++

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