brintos

brintos / llvm-project-archived public Read only

0
0
Text · 245 B · 1d8651e Raw
9 lines · c
1// RUN: %clang_cc1 -emit-interface-stubs -fblocks -o - %s | FileCheck %s2 3// CHECK: --- !ifs-v14// CHECK-NEXT: IfsVersion: 3.05// CHECK-NEXT: Target:6// CHECK-NEXT: Symbols:7// CHECK-NEXT: ...8static void (^f)(void*) = ^(void* data) { int i; };9