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

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