hanchenye-llvm-project/clang/test/CodeGen/blocks.c

3 lines
69 B
C

// RUN: clang-cc %s -emit-llvm -o %t -fblocks
void (^f)(void) = ^{};