Files
CMake/Tests/RunCMake/GenerateExportHeader/c_identifier/main.cpp
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

9 lines
121 B
C++

#include "c_identifier_class.h"
int main(int argc, char** argv)
{
CIdentifierClass cic;
return cic.someMethod();
}