[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / subframework-from-intermediate-path.m
blob1543861ec4c8f953a0dc4a6db5a70d454c5360e1
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -Wno-private-module -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
4 @import DependsOnModule;
5 @import SubFramework; // expected-error{{module 'SubFramework' not found}}