blob: 011935c7674bb467083205e5a2476c0f20081bcd [file] [log] [blame]
Chris Lattner83b0dd12010-01-25 03:34:56 +00001// RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o -
2
3// rdar://7556129
4@implementation test
5- (void)wait {
6 ^{};
7}
8@end
9