1*59c8e88eSDag-Erling Smørgrav--- test124.left-p.txt 2*59c8e88eSDag-Erling Smørgrav+++ test124.right-p.txt 3*59c8e88eSDag-Erling Smørgrav@@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test) 4*59c8e88eSDag-Erling Smørgrav 5*59c8e88eSDag-Erling Smørgrav struct testfile * 6*59c8e88eSDag-Erling Smørgrav return_test(int test) { 7*59c8e88eSDag-Erling Smørgrav- return NULL; 8*59c8e88eSDag-Erling Smørgrav+ return test*2; 9*59c8e88eSDag-Erling Smørgrav } 10