simple_p.out 374 B

1234567891011121314151617181920212223242526272829303132333435
  1. *** input_c1.in
  2. --- input_c2.in
  3. ***************
  4. *** 1,14 ****
  5. /*
  6. * A comment
  7. *
  8. ! * And another bla
  9. *
  10. ! * And yet another
  11. */
  12. int
  13. main(void)
  14. {
  15. printf("something");
  16. return (0);
  17. --- 1,15 ----
  18. /*
  19. * A comment
  20. *
  21. ! * And another bla
  22. *
  23. ! * and yet another
  24. */
  25. int
  26. main(void)
  27. {
  28. +
  29. printf("something");
  30. return (0);