1 extern void abort(void);
8 int test1u(unsigned int x
)
18 int test2u(unsigned int x
)
28 int test3u(unsigned int x
)
38 int test4u(unsigned int x
)
48 int test5u(unsigned int x
)
63 int test7u(unsigned int x
)
73 int test8u(unsigned int x
)
83 int test9u(unsigned int x
)
93 int test10u(unsigned int x
)
103 int test11u(unsigned int x
)
157 if (test2u(-10) != 0)
201 if (test4u(-10) != 1)
276 if (test8u(-10) != 0)
307 if (test10(-10) != 0)
314 if (test10u(10) != 1)
316 if (test10u(-1) != 1)
318 if (test10u(-9) != 1)
320 if (test10u(-10) != 1)
332 if (test11u(19) != 0)
334 if (test11u(20) != 1)
336 if (test11u(29) != 1)
338 if (test11u(30) != 1)
351 if (test12(-10) != 0)