brintos

brintos / llvm-project-archived public Read only

0
0
Text · 423 B · ed720e0 Raw
12 lines · plain
1// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp2// RUN: %clang_cc1 -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp -emit-llvm -o %t-rw.ll3// RUN: FileCheck --input-file=%t-rw.ll %s4 5typedef void (^void_block_t)(void);6 7static const void_block_t myblock = ^{8        9};10 11// CHECK: myblock = internal global12