blob: d3d4cefacc4b0352ad576c718081330ce200a7f5 [file] [log] [blame]
// RUN: clang %s -emit-llvm -o %t -fblocks
void (^f)(void) = ^{};