2 problem file-size a.c 45
3 problem include-count a.c 6
4 # this problem will produce an error
5 problem function-size a.c:i_am_a_function() 8
6 # this problem will produce a warning
7 problem function-size a.c:another_function() 11
8 problem file-size b.c 15
9 # This is removed, and so will produce an error.
10 # problem function-size b.c:foo() 4
11 # This exception isn't used.
12 problem file-size z.c 100
14 problem function-size b.c:bar() 5
15 problem dependency-violation a.c 4
16 problem dependency-violation header.h 3
17 problem file-size header.h 8
18 problem include-count header.h 4