summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/variadic-method.hpp
blob: 78a8eb45b5c1abb790a04f34a9054fc2d67c01ba (plain)
1
2
3
4
5
6

void foo(const char* fmt, ...);

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