#include #include "b.h" int normal(int x); int main() { // B b(1); B *b2 = new B(2); normal(5); b2->bar(123); }