diff options
Diffstat (limited to 'test/ASTMerge/Inputs/class2.cpp')
-rw-r--r-- | test/ASTMerge/Inputs/class2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/class2.cpp b/test/ASTMerge/Inputs/class2.cpp index 91b84dc..fa38916 100644 --- a/test/ASTMerge/Inputs/class2.cpp +++ b/test/ASTMerge/Inputs/class2.cpp @@ -6,3 +6,4 @@ struct B : A { int y; int foo(); }; + |