mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
9 lines
100 B
C++
9 lines
100 B
C++
|
|
#include "c_identifier_class.h"
|
|
|
|
int main()
|
|
{
|
|
CIdentifierClass cic;
|
|
return cic.someMethod();
|
|
}
|