9 lines
139 B
C
9 lines
139 B
C
|
#pragma once
|
||
|
|
||
|
#include "chapter_interface.h"
|
||
|
|
||
|
class StructuredBindingTest : public ChapterTest {
|
||
|
public:
|
||
|
virtual void run() override;
|
||
|
};
|