1 
2 void foo(const char* fmt, ...);
3 
4 struct Bar {
5   void foo(const char* fmt, ...);
6 };
7