aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge/macro/Inputs/macro2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/macro/Inputs/macro2.m')
-rw-r--r--test/ASTMerge/macro/Inputs/macro2.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ASTMerge/macro/Inputs/macro2.m b/test/ASTMerge/macro/Inputs/macro2.m
deleted file mode 100644
index b5b155a95b..0000000000
--- a/test/ASTMerge/macro/Inputs/macro2.m
+++ /dev/null
@@ -1,5 +0,0 @@
-void foo();
-
-void bar() {
- foo();
-}