[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
[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) {}