[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Import / import-overrides / test.cpp
blobded29cded2ee38c57fda1f4f7faf002c617a8422
1 // RUN: clang-import-test -dump-ast -import %S/Inputs/Hierarchy.cpp -expression %s | FileCheck %s
3 // CHECK: Overrides:{{.*}}Base::foo
5 void foo() {
6 Derived d;