]> git.saurik.com Git - apple/libdispatch.git/blob - testing/func.c
223fd849119d8c4a279200a8cf5356f5e9ca3247
[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 };