#include <CORBA.h>
#include <iostream.h>

int main()
{
  char* p1 = CORBA::string_dup("hello1");
  char* p1 = CORBA::string_alloc(6);
  strcpy(p2, "hello2");
  return 0;
}
