ex1.txt 504 B

123456789101112131415
  1. problem file-size a.c 38
  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. problem function-size b.c:bar() 5
  11. problem dependency-violation a.c 3
  12. problem dependency-violation header.h 3
  13. problem file-size header.h 8
  14. problem include-count header.h 4