parsertests.cpp 89 Bytes
Newer Older
1
2
3
4
5
#include "parsertests.h"

namespace Test {
	bool RunParserTests()
	{
6
		return true;
7
8
	}
}