mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
9 lines
121 B
C++
9 lines
121 B
C++
|
|
#include "c_identifier_class.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
CIdentifierClass cic;
|
|
return cic.someMethod();
|
|
}
|