#ifndef __C_h__
#define __C_h__

class C {
    static int I_am_the_link_once_object;

public:
    enum T { V1, V2 };
};

#endif // __C_h__
