ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/src/binut-2.4/binutils/testsuit/binutils.all/bintest.c

This is bintest.c in view mode; [Download] [Up]

/*
 * nmtest.c -- this is the C code portion of tests for the GNU binutils
 */

main(argc, argv)
int argc;
char *argv[];
{
  char two();
  int one();

  one();
  two();
}

int
one ()
{
  int i, j;
  j = i++;
}

char
two ()
{
  int i, j;
  i = j++;

}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.