blob: 82713c206aff6bb75421e50f6e9f3ee6a9ca4239 (
plain)
1
2
3
4
5
6
7
8
9
|
--- test124.left-p.txt
+++ test124.right-p.txt
@@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test)
struct testfile *
return_test(int test) {
- return NULL;
+ return test*2;
}
|