Files
third_party_rust_bindgen/tests/headers/variadic-method.hpp
T
2017-01-23 10:22:08 +01:00

7 lines
84 B
C++

void foo(const char* fmt, ...);
struct Bar {
void foo(const char* fmt, ...);
};