#ifndef __C_h__
#define __C_h__

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


#endif // __C_h__
