unified_9999.out 229 B

12345678910111213141516171819202122
  1. --- input_c1.in
  2. +++ input_c2.in
  3. @@ -1,15 +1,16 @@
  4. /*
  5. * A comment
  6. *
  7. - * And another bla
  8. + * And another bla
  9. *
  10. - * And yet another
  11. + * and yet another
  12. */
  13. int
  14. main(void)
  15. {
  16. +
  17. printf("something");
  18. return (0);
  19. }