Clang Project

clang_source_code/test/CodeGen/Inputs/debug-info-file-checksum.c
1int foo(int x) {
2  return x+1;
3}
4