summaryrefslogtreecommitdiff
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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ASTMerge/Inputs/class2.cpp b/test/ASTMerge/Inputs/class2.cpp
index 5d5d9ca2333c..2bed6d775bc4 100644
--- a/test/ASTMerge/Inputs/class2.cpp
+++ b/test/ASTMerge/Inputs/class2.cpp
@@ -1,5 +1,6 @@
struct A {
- int x;
+ public:
+ int x;
};
struct B : A {