llvm/clang/test/CodeGen/Inputs/debug-info-file-checksum-line.cpp

int foo(int x) {
  return x+1;
}

#line 100
void test1(void) {}

#line 200
void test2(void) {}