mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
9 lines
100 B
C++
9 lines
100 B
C++
|
|
#include "c_identifier_class.h"
|
|
|
|
int main()
|
|
{
|
|
CIdentifierClass cic;
|
|
return cic.someMethod();
|
|
}
|