Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / private3 / private.h
blobcf34b14c2e5ac14dbbec081b846725a9d060f04b
1 #ifndef PRIVATE_H
2 #define PRIVATE_H
4 void priv();
6 #endif