Files
linux-packaging-mono/external/llvm-project/clang/tools/scan-build-py/tests/functional/src/clean-two.c

12 lines
193 B
C
Raw Normal View History

#include <clean-one.h>
#include <stdlib.h>
unsigned int another_method()
{
unsigned int const size = do_nothing_loop();
unsigned int const square = size * size;
return square;
}