Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / inferred-frameworks.m
blob8eb10d0d7e8150a22e0bbabba89fd40db1c36156
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -x objective-c -Rmodule-include-translation -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -verify
4 #include <NotAModule/NotAModule.h>
6 @import NotAModule; // expected-error{{module 'NotAModule' not found}}