mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 21:16:06 +00:00
9 lines
206 B
Mathematica
9 lines
206 B
Mathematica
![]() |
// RUN: clang -fsyntax-only %s
|
||
|
|
||
|
@class NSString;
|
||
|
|
||
|
@interface A
|
||
|
-t1 __attribute__((noreturn));
|
||
|
- (NSString *)stringByAppendingFormat:(NSString *)format, ... __attribute__((format(__NSString__, 1, 2)));
|
||
|
@end
|