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

5 lines
43 B
C

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