#pragma once
#include "chapter_interface.h"
class ConstExpTest : public ChapterTest {
public:
virtual void run() override;
};