Searched refs:other_copied_block (Results 1 – 1 of 1) sorted by relevance
47 void (^other_copied_block)(int) = Block_copy(^(int i) { in main() local52 …if (verbose) printf("other_copied_block's address is %p, running it:\n", (void*)other_copied_block… in main()54 other_copied_block(5); in main()