bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/malformed-overload/X.h
2025-02-14 19:21:04 +01:00

2 lines
136 B
Objective-C

@class NSString;
extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))) __attribute__((not_tail_called));