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