Home
last modified time | relevance | path

Searched refs:other_copied_block (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Drecursive-test.c47 void (^other_copied_block)(int) = Block_copy(^(int i) { in main() local
52 …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()