class __attribute__((visibility("default"))) Cat {
   
   
   public:
   Cat() {
   }
};