catch2/projects/VS2008/TestCatch/TestCatch/TestCatch.cpp

9 lines
125 B
C++
Raw Normal View History

2013-11-07 13:05:29 +01:00
// TestCatch.cpp : Defines the entry point for the console application.
//
int main(int argc, char* argv[])
{
return 0;
}