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