mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 00:26:43 +00:00
6 lines
142 B
C++
6 lines
142 B
C++
// RUN: clang-pseudo -grammar=cxx -source=%s --print-forest | FileCheck %s
|
|
void s() {
|
|
__func__;
|
|
// CHECK: expression~__FUNC__ := tok[5]
|
|
}
|