#include "c_identifier_class.h"

int main(int argc, char **argv)
{
  CIdentifierClass cic;
  return cic.someMethod();
}