[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / inferred-framework-case.m
blob2ed443f2b5a186c98a32081fffad1dbd551d5e9b
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify -DA
3 // FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
4 // REQUIRES: shell
6 @import MOdule; // expected-error{{module 'MOdule' not found}}
7 @import Module;