(root)/
gcc-13.2.0/
libvtv/
testsuite/
libvtv.cc/
event-private.h
       1  #include "event.h"
       2  
       3  class PrivateEvent: public Event {
       4   public:
       5    PrivateEvent();
       6    ~PrivateEvent ();
       7  };