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