ex1.txt 367 B

1234567891011
  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