#include "rectangle.h" int main() { shape s; rectangle r; return 0; }