class CS_CONST_AUTOLOAD
end

module ModuleSpecs
  module Autoload
    module XX
      class CS_CONST_AUTOLOAD < CS_CONST_AUTOLOAD
      end
    end
  end
end
