Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Ddispatch_call_Block_with_release.c12 void callsomething(const char *format, int argument) { in callsomething() function
24 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); }; in main()
25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now in main()