summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/Inputs/class1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge/Inputs/class1.cpp')
-rw-r--r--clang/test/ASTMerge/Inputs/class1.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/clang/test/ASTMerge/Inputs/class1.cpp b/clang/test/ASTMerge/Inputs/class1.cpp
deleted file mode 100644
index b0a7645cfe6..00000000000
--- a/clang/test/ASTMerge/Inputs/class1.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-struct A {
- public:
- int x;
-};
-
-struct B : A {
- float y;
- float foo();
-};
-
-struct C {
- C(int i = 10);
- C(const C&);
- C &operator=(C&);
- ~C();
-};
-
-enum E {
- b = 1
-};
OpenPOWER on IntegriCloud