12345678
calss test { public: void load() { int var=5; } };
123
#include "header.h" test get; get.load()
int load() const {return 5;}