> > + /* Depending on linker choice, this one may bind locally > > + or to the other unit. */ > > + if (!testcount && !test2count) > > + abort(); > > + tt(); > > + > > + if ((testcount != 1 || test2count != 3) > > + && (testcount != 3 || test2count != 1)) > > + abort (); > > + reutrn 0; > ^^^^^^^^^^^^^^^^^ typo > > +} > > return 0; > > You probably should run the testcases before committing them.
Uhm, sorry. I must have messed up testing. I commited the fix. Honza