blob: 4dfe553aecb4560c73486be71def8aa15c22de52 [file] [log] [blame]
Daniel Dunbarffd408a2009-03-24 02:24:46 +00001// RUN: clang-cc %s -emit-llvm -o %t -fblocks
Anders Carlsson6cf64be2009-03-01 01:09:12 +00002void (^f)(void) = ^{};