home *** CD-ROM | disk | FTP | other *** search
- // This may look like C code, but it is really -*- C++ -*-
-
- /*
- compilation tests of g++ include files
-
- Sun Feb 14 07:39:03 1988 Doug Lea (dl at rocky.oswego.edu)
- */
-
- #include <std.h>
- #include <stddef.h>
- #include <math.h>
- #include <stdio.h>
- #include <stdarg.h>
-
- void test0_message()
- {
- printf("test0: successful execution\n");
- }
-