xref: /llvm-project/clang/test/CodeGen/Inputs/debug-info-file-checksum.c (revision e2aab8c30cf3fd2ce3445e02d8b6eea375cb9f28)

foo(int x)1 int foo(int x) {
2   return x+1;
3 }
4