Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / PR12905.c
blobf36b93aacf9091ecd8557d70f2e7a25bd9482d83
1 // RUN: %clang_analyze_cc1 -analyzer-checker=core %s
2 // PR12905
4 void C(void);
6 void t(void) {
7 C();