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

source code of clang-tools-extra/pseudo/test/cxx/predefined-identifier.cpp