[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang-tools-extra / pseudo / test / cxx / predefined-identifier.cpp
blob5d48a3a43d0270883d89e2d4521821173bede4ac
1 // RUN: clang-pseudo -grammar=cxx -source=%s --print-forest | FileCheck %s
2 void s() {
3 __func__;
4 // CHECK: expression~__FUNC__ := tok[5]