bolt/deps/llvm-18.1.8/clang/test/ASTMerge/attr/Inputs/FormatAttr.cpp

2 lines
76 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
int foo(const char *fmt, ...) __attribute__((__format__(__scanf__, 1, 2)));