feat: test auto keyword
This commit is contained in:
parent
b78b86742b
commit
9b20fc7126
4 changed files with 28 additions and 2 deletions
9
chapters/chapter_02/include/type_inference.h
Normal file
9
chapters/chapter_02/include/type_inference.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "chapter_interface.h"
|
||||
|
||||
class TypeInferenceTest : public ChapterTest {
|
||||
public:
|
||||
virtual void run() override;
|
||||
virtual const char *name() const override { return "Type inference test"; }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue