arabica/test/SAX/FilterTest.cpp

15 lines
195 B
C++
Raw Normal View History

2006-07-19 21:57:53 +00:00
#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