xlnt/third-party/cxxtest/test/anything.cpp

7 lines
104 B
C++
Raw Normal View History

// This simple source file is just used to verify that the compiler works
int main()
{
return 0;
}