Проверки

This commit is contained in:
Andrei Astafev 2021-11-27 13:50:41 +03:00
parent fa7da223de
commit e71c75a0e4
3 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ SOURCES= \
test_LocalConstantPointer.cpp \
test_LocalPointer.cpp \
test_LocalVariable.cpp \
test_MacroDefinition.cpp \
test_Namespace.cpp \
test_Parameter.cpp \
test_ParameterPack.cpp \
@ -41,6 +42,7 @@ SOURCES= \
test_ProtectedMethod.cpp \
test_PublicMember.cpp \
test_PublicMethod.cpp \
test_ScopedEnumConstant.cpp \
test_StaticConstant.cpp \
test_StaticVariable.cpp \
test_Struct.cpp \

1
test_MacroDefinition.cpp Normal file
View File

@ -0,0 +1 @@
#define MacroDefinition 0

View File

@ -0,0 +1 @@
enum class TestEnum { big, SMALL_ };