Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/libdiff/test/expect124.diff
35083 views
1
--- test124.left-p.txt
2
+++ test124.right-p.txt
3
@@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test)
4
5
struct testfile *
6
return_test(int test) {
7
- return NULL;
8
+ return test*2;
9
}
10
11