unified_c9999.out 382 B

12345678910111213141516171819202122232425262728293031323334353637
  1. *** input_c1.in
  2. --- input_c2.in
  3. ***************
  4. *** 1,15 ****
  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. }
  18. --- 1,16 ----
  19. /*
  20. * A comment
  21. *
  22. ! * And another bla
  23. *
  24. ! * and yet another
  25. */
  26. int
  27. main(void)
  28. {
  29. +
  30. printf("something");
  31. return (0);
  32. }