Brad King fc3dab0ea9 Tests: Port GenerateExportHeader test to RunCMake infrastructure
This will allow build failure cases to be added later.
2016-09-05 09:45:42 -04:00

8 lines
91 B
C++

#include "c_identifier_class.h"
int CIdentifierClass::someMethod() const
{
return 0;
}