Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git] / clang / tools / scan-build-py / tests / functional / src / clean-two.c
blob73bc288627d0ec1a5267681d2501e4373a46abc9
1 #include <clean-one.h>
3 #include <stdlib.h>
5 unsigned int another_method()
7 unsigned int const size = do_nothing_loop();
8 unsigned int const square = size * size;
10 return square;