#ifndef __B_h__
#define __B_h__

class B {
public:
  static void f() {}
};


#endif // __B_h__
