1 2 3 4 5 6
int main(int argc, char **argv) { int (^callback)(void) = ^ int (void) { return 0; }; return callback(); }