llvm/clang/test/Analysis/scan-build/Inputs/deduplication/header.h

int foo() {
  int x = 0;
  return 1 / x;
}