#ifndef __A_h__
#define __A_h__

class A {
    static int I_am_the_link_once_object;
};

#endif // __A_h__
