1 // Insure __block_holder_tmp is allocated on the stack. Darwin only.
2 // RUN: %llvmgxx %s -S -O2 -o - | egrep {__block_holder_tmp.*alloca}
5 // <rdar://problem/5865221>
7 extern void fubar_dispatch_sync(void (^PP
)(void));
10 fubar_dispatch_sync(^(void){voodoo
=0;});