1*06f32e7eSjoerg #include <clean-one.h>
2*06f32e7eSjoerg 
3*06f32e7eSjoerg #include <stdlib.h>
4*06f32e7eSjoerg 
another_method()5*06f32e7eSjoerg unsigned int another_method()
6*06f32e7eSjoerg {
7*06f32e7eSjoerg     unsigned int const size = do_nothing_loop();
8*06f32e7eSjoerg     unsigned int const square = size * size;
9*06f32e7eSjoerg 
10*06f32e7eSjoerg     return square;
11*06f32e7eSjoerg }
12