aboutsummaryrefslogtreecommitdiff
path: root/test cases/osx/9 global variable ar/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/osx/9 global variable ar/prog.c')
-rw-r--r--test cases/osx/9 global variable ar/prog.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test cases/osx/9 global variable ar/prog.c b/test cases/osx/9 global variable ar/prog.c
deleted file mode 100644
index 4665016..0000000
--- a/test cases/osx/9 global variable ar/prog.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// Source: https://lists.gnu.org/archive/html/libtool/2002-07/msg00025.html
-
-extern void l1(void);
-int main(void)
-{
- l1();
-}