Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / fixit-sys-header.h
blob8d7066e767dd8be2f7fc132c8ccca732015f5c45
1 #pragma clang system_header
3 int func_in_sys_header(char * s, unsigned long len)
5 return 0;