summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/unnamed_fields/Inputs/il.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/unnamed_fields/Inputs/il.cpp')
-rw-r--r--test/ASTMerge/unnamed_fields/Inputs/il.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ASTMerge/unnamed_fields/Inputs/il.cpp b/test/ASTMerge/unnamed_fields/Inputs/il.cpp
deleted file mode 100644
index 1bb0f358dc..0000000000
--- a/test/ASTMerge/unnamed_fields/Inputs/il.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-void f(int X, int Y, bool Z) {
- auto x = [X, Y, Z] { (void)Z; };
-}