summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/class2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/Inputs/class2.cpp')
-rw-r--r--test/ASTMerge/Inputs/class2.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/class2.cpp b/test/ASTMerge/Inputs/class2.cpp
index fa38916..5d5d9ca 100644
--- a/test/ASTMerge/Inputs/class2.cpp
+++ b/test/ASTMerge/Inputs/class2.cpp
@@ -7,3 +7,7 @@ struct B : A {
int foo();
};
+enum E {
+ a = 0,
+ b = 1
+};
OpenPOWER on IntegriCloud