Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / retain-comments-from-system-headers.h
blob28dd94f2aadca17f51903fad36e522af26fbb63a
1 #pragma clang system_header
3 /**
4 * system_function
5 * \param a Aaa.
6 */
7 int system_function(int a);