brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · ded29cd Raw
8 lines · cpp
1// RUN: clang-import-test -dump-ast -import %S/Inputs/Hierarchy.cpp -expression %s | FileCheck %s2 3// CHECK: Overrides:{{.*}}Base::foo4 5void foo() {6  Derived d;7}8