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