test.cpp


#include <somefile.hpp>

#include "testfile.h"

#include <iostream.h>

#include "anyfile.h"

// This is a test input file for CPPtoHTML.cpp.

int
main(int argc, char *argv[])
{
  int i /* This is an internal comment */, j;

  /* This is
     a multi-line
     comment */

  i = 0; // Set i to zero.

  return( 0 );
}