blob: 73bc288627d0ec1a5267681d2501e4373a46abc9 [file] [log] [blame]
#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;
}