arabica/test/SAX/FilterTest.cpp
2006-07-19 21:57:53 +00:00

14 lines
195 B
C++

#ifdef _MSC_VER
#pragma warning(disable : 4786)
#endif
#include <iostream>
int main(int argc, char* argv[])
{
std::cout << "tests go here" << std::endl;
return 0;
} // main
// end of file