llvm-for-llvmta/tools/clang/test/Modules/Inputs/malformed-overload/X.h

3 lines
136 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
@class NSString;
extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))) __attribute__((not_tail_called));