Tizen 2.1 base
[platform/upstream/gcd.git] / dispatch-1.0 / testing / func.c
1 extern "C" {
2 void
3 func(void)
4 {
5 }
6 #ifdef __BLOCKS__
7 void (^block)(void) = ^{ };
8 #endif
9 };