Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / 2009-07-31-DbgDeclare.c
blobdabb389f6e81df72a7079ebf7465eec6d17b63bf
1 // RUN: %clang_cc1 -S -debug-info-kind=limited -o %t.s %s
2 void foo(void) {
3 int i = 0;
4 i = 42;