blob: ece732111f443c2b9308f31856262d76bec8d64f [file] [log] [blame]
extern int testmain();
int main()
{
return(testmain());
}