test2.patch 157 B

12345678910
  1. # Test
  2. diff --git a/tests/test2.cpp b/tests/test2.cpp
  3. new file mode 100644
  4. --- /dev/null
  5. +++ b/tests/test2.cpp
  6. @@ -0,0 +1,3 @@
  7. +int main() {
  8. + return 0;
  9. +}