#ifndef BLOCKBUILDER_H #define BLOCKBUILDER_H class BlockBuilder final { public: BlockBuilder(); BlockBuilder& test(); }; #endif