Ticket #2776: test.hxx

File test.hxx, 99 bytes (added by Alexander Kogan <alexander@…>, 14 years ago)
Line 
1
2class Vasq
3{
4 public:
5 virtual void vasq() {}
6};
7
8class Petq : virtual public Vasq
9{
10};