/* testdll4.c (emx+gcc) */

#include <stdio.h>

void test (void)
{
  printf ("This is testdll4.dll.\n");
}
