Files
codechecker-analysis-action/test/ctu/lib.cpp

5 lines
60 B
C++

int broken(int* iptr) {
*iptr = 42;
return *iptr;
}