xref: /freebsd/contrib/libdiff/test/test124.left-p.txt (revision 53120fbb68952b7d620c2c0e1cf05c5017fc1b27)
1static void
2doSomethingThenPrintHello(int test)
3{
4	test = test << 4;
5	if (test % 8 == 6) {
6		return;
7	}
8
9	print("goodbye\n");
10}
11
12struct testfile *
13return_test(int test) {
14	return NULL;
15}
16