aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/Inputs/debug-info-file-checksum.c
blob: 081f6f0c289184252083a19961b22f99f4fe2ec1 (plain)
1
2
3
int foo(int x) {
  return x+1;
}