]> git.saurik.com Git - apple/libdispatch.git/blob - testing/func.c
libdispatch-84.5.3.tar.gz
[apple/libdispatch.git] / testing / func.c
1 extern "C" {
2 void
3 func(void)
4 {
5 }
6 #ifdef __BLOCKS__
7 void (^block)(void) = ^{ };
8 #endif
9 };