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, 7 insertions, 0 deletions
diff --git a/pkgs/test/cc-wrapper/core-foundation-main.c b/pkgs/test/cc-wrapper/core-foundation-main.c
new file mode 100644
index 00000000000..fb3bd312619
--- /dev/null
+++ b/pkgs/test/cc-wrapper/core-foundation-main.c
@@ -0,0 +1,7 @@
+#include <CoreFoundation/CoreFoundation.h>
+
+int main(int argc, char** argv)
+{
+  CFShow(CFSTR("ok"));
+  return 0;
+}