1 2 3 4 5 6 7 8
#include "c_identifier_class.h" int main(int argc, char** argv) { CIdentifierClass cic; return cic.someMethod(); }