[clang][Sema] Handle undeduced auto types in HeuristicResolver (#124236)
[llvm-project.git] / clang / test / Modules / Inputs / exportas-link / OtherKit.framework / Headers / OtherKit.h
blobf62c082d64dfbb8343c29c05f1b09eaea1cec8ac
1 // Umbrella header for OtherKit.
2 #import <SomeKitCore/SomeKitCore.h>
4 #ifdef F
5 #import <SomeKit/SomeKit.h>
6 #endif