#include "test.h"

class main : public chare_object
{
  public:
    main(int argc, char **argv);
};