Blob


1 static void
2 doSomethingThenPrintHello(int test)
3 {
4 test = test << 4;
5 if (test % 8 == 6) {
6 return;
7 }
9 print("goodbye\n");
10 }
12 struct testfile *
13 return_test(int test) {
14 return NULL;
15 }