Ticket #5965: main.cpp

File main.cpp, 64 bytes (added by Simon <simon.siemens@…>, 11 years ago)

the main that puts everything together.

Line 
1#include "Derived.hpp"
2
3int main()
4{
5 Derived d;
6 return 0;
7}