PR116019: Improve tail call error message
[official-gcc.git] / libvtv / testsuite / libvtv.cc / event-private.h
blob678ab5f68af8909ce22b9faf7a622b03a5b9c15b
1 #include "event.h"
3 class PrivateEvent: public Event {
4 public:
5 PrivateEvent();
6 ~PrivateEvent ();
7 };