xref: /freebsd-src/usr.bin/diff/tests/functionname_c.out (revision ee67461e56828dd1f8de165947ba83f6d9148a87)
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