mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2025-12-28 18:57:26 +08:00
5 lines
60 B
C++
5 lines
60 B
C++
int broken(int* iptr) {
|
|
*iptr = 42;
|
|
return *iptr;
|
|
}
|