]> git.saurik.com Git - apple/libdispatch.git/blobdiff - testing/func.c
libdispatch-187.5.tar.gz
[apple/libdispatch.git] / testing / func.c
diff --git a/testing/func.c b/testing/func.c
deleted file mode 100644 (file)
index 223fd84..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-extern "C" {
-void
-func(void)
-{
-}
-#ifdef __BLOCKS__
-void (^block)(void) = ^{ };
-#endif
-};