Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / Inputs / debug-info-file-checksum-line.cpp
blob2e98a1140900b389186ef01e545c8d7f07b0ba08
1 int foo(int x) {
2 return x+1;
5 #line 100
6 void test1(void) {}
8 #line 200
9 void test2(void) {}