about summary refs log tree commit diff
path: root/pkgs/test/cc-wrapper/core-foundation-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/cc-wrapper/core-foundation-main.c')
-rw-r--r--pkgs/test/cc-wrapper/core-foundation-main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/test/cc-wrapper/core-foundation-main.c b/pkgs/test/cc-wrapper/core-foundation-main.c
deleted file mode 100644
index fb3bd3126191..000000000000
--- a/pkgs/test/cc-wrapper/core-foundation-main.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <CoreFoundation/CoreFoundation.h>
-
-int main(int argc, char** argv)
-{
-  CFShow(CFSTR("ok"));
-  return 0;
-}