blob: 49990479e7736cbc5b8c6cdd0f393ada45d0bb03 [file] [log] [blame]
#include <stdio.h>
extern int testmain();
int main()
{
return(testmain());
}