xref: /freebsd/usr.bin/diff/tests/functionname_c.out (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
1--- functionname.in
2+++ functionname_c.in
3@@ -6,7 +6,7 @@ doSomethingThenPrintHello(int test)
4 		return;
5 	}
6
7-	print("goodbye\n");
8+	print("hello\n");
9 }
10
11
12