1 // RUN: %clang %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o
2 // RUN: %clang %target_itanium_abi_host_triple %t.o -o %t.out -framework Foundation
3 // RUN: %test_debuginfo %s %t.out
5 // REQUIRES: system-darwin
10 // CHECK: ${{[0-9]}} = 42
12 void doBlock(void (^block)(void))
24 return result + i; /* Check value of 'result' */
28 int main (int argc, const char * argv[]) {