diff options
Diffstat (limited to 'clang/test/ASTMerge/Inputs/class2.cpp')
-rw-r--r-- | clang/test/ASTMerge/Inputs/class2.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/test/ASTMerge/Inputs/class2.cpp b/clang/test/ASTMerge/Inputs/class2.cpp deleted file mode 100644 index 2bed6d775bc..00000000000 --- a/clang/test/ASTMerge/Inputs/class2.cpp +++ /dev/null @@ -1,14 +0,0 @@ -struct A { - public: - int x; -}; - -struct B : A { - int y; - int foo(); -}; - -enum E { - a = 0, - b = 1 -}; |