ex1.txt 560 B

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