diff options
Diffstat (limited to 'clang/test/ASTMerge/Inputs/anonymous-fields1.cpp')
-rw-r--r-- | clang/test/ASTMerge/Inputs/anonymous-fields1.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/ASTMerge/Inputs/anonymous-fields1.cpp b/clang/test/ASTMerge/Inputs/anonymous-fields1.cpp deleted file mode 100644 index 829bc0edd30..00000000000 --- a/clang/test/ASTMerge/Inputs/anonymous-fields1.cpp +++ /dev/null @@ -1,5 +0,0 @@ -class A { -public: - struct { int foo; } f; - struct { int foo; } g; -}; |