summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/static-dylib-by-default/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/static-dylib-by-default/main.c')
-rw-r--r--tests/run-make-fulldeps/static-dylib-by-default/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/run-make-fulldeps/static-dylib-by-default/main.c b/tests/run-make-fulldeps/static-dylib-by-default/main.c
deleted file mode 100644
index 5f7f2c27c..000000000
--- a/tests/run-make-fulldeps/static-dylib-by-default/main.c
+++ /dev/null
@@ -1,6 +0,0 @@
-extern void bar();
-
-int main() {
- bar();
- return 0;
-}