blob: d16d6ffe7879a478e7819e658c74906e7f0d95c5 [file] [log] [blame]
// RUN: clang -fsyntax-only %s
@class NSString;
@interface A
-t1 __attribute__((noreturn));
- (NSString *)stringByAppendingFormat:(NSString *)format, ... __attribute__((format(__NSString__, 1, 2)));
@end