#ifndef __B_h__
#define __B_h__

class B {
    static int I_am_the_link_once_object;
};

#endif // __B_h__
