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