Sign in
rust
/
rust-lang
/
llvm-project
/
b6b46f596a7d2523ee1acd1c00e699615849da60
/
.
/
clang
/
test
/
ASTMerge
/
attr
/
Inputs
/
FormatAttr.cpp
blob: f249a6e65e0ab1e9879c8a3559678a44d9e86baa [
file
] [
log
] [
blame
]
int
foo
(
const
char
*
fmt
,
...)
__attribute__
((
__format__
(
__scanf__
,
1
,
2
)));