mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-22 07:20:50 +00:00
8 lines
91 B
C++
8 lines
91 B
C++
|
|
#include "c_identifier_class.h"
|
|
|
|
int CIdentifierClass::someMethod() const
|
|
{
|
|
return 0;
|
|
}
|