Lines Matching defs:test2
184 static void test2(void)
193 printf("Run test2\n");
233 FAILED(code.func1((sljit_sw)&buf) != 9999, "test2 case 1 failed\n");
234 FAILED(buf[1] != 9999, "test2 case 2 failed\n");
235 FAILED(buf[2] != 9999, "test2 case 3 failed\n");
236 FAILED(buf[3] != 5678, "test2 case 4 failed\n");
237 FAILED(buf[4] != -9876, "test2 case 5 failed\n");
238 FAILED(buf[5] != 5678, "test2 case 6 failed\n");
239 FAILED(buf[6] != 3456, "test2 case 6 failed\n");
240 FAILED(buf[7] != 3456, "test2 case 6 failed\n");
5344 test2();