Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / multiple-include.cpp
blob7cbeefc81782efa1493984294fd9651426144f61
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fmodules -I%S/Inputs/multiple-include -fmodules-cache-path=%t -fimplicit-module-maps -verify %s -fmodules-local-submodule-visibility
3 // expected-no-diagnostics
4 #include "b.h"
5 int c = get();