llvm-project/clang/test/CodeGenObjC/debug-info-crash.m

10 lines
140 B
Mathematica
Raw Normal View History

// RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o -
// rdar://7556129
@implementation test
- (void)wait {
^{};
}
@end