Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
6a5726eac514b49ec8a9f8360ed5d0d73da9feb7
/
.
/
tests
/
headers
/
variadic-method.hpp
blob: 78a8eb45b5c1abb790a04f34a9054fc2d67c01ba [
file
]
void
foo
(
const
char
*
fmt
,
...);
struct
Bar
{
void
foo
(
const
char
*
fmt
,
...);
};