Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / import-textual-noguard.mm
blobdd124b6609d0009b83cd15768f3f56fc9384d2ce
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fsyntax-only -std=c++11 -fmodules -fimplicit-module-maps -I%S/Inputs/import-textual/M2 -fmodules-cache-path=%t -x objective-c++ -fmodules-local-submodule-visibility %s -verify
4 #include "A/A.h" // expected-error {{could not build module 'M'}}
5 #include "B/B.h"
7 typedef aint xxx;
8 typedef bint yyy;