Example #1
0
int
main (void)
{
    testA ();
    testB ();
    testC ();
    testD ();
    testE ();
    testF ();
    testG ();
    testH ();
    testI ();
    testJ ();
    testK ();
    testL ();
    testM ();
    testN ();
    testO ();
    testP ();
    testQ ();
    testR ();
    testS ();
    testT ();
    testU ();
    testV ();
    testW ();
    testX ();
    testY ();
    testZ ();
    exit (0);
}
Example #2
0
	int test4(int i) {
		return (i==0) ? testX(i) : base[5];
	}