]> git.ipfire.org Git - thirdparty/gcc.git/blob - libvtv/testsuite/event-private.cc
Commit the vtable verification feature. This feature is designed to
[thirdparty/gcc.git] / libvtv / testsuite / event-private.cc
1 #include "event-private.h"
2
3 PrivateEvent::PrivateEvent()
4 {
5 }
6
7 PrivateEvent::~PrivateEvent()
8 {
9
10 }