1  /* Various wrong declarations for the decls
       2     in analyzer-decls.h.
       3  
       4     Make sure we don't ICE on these.  */
       5  
       6  extern void __analyzer_dump_capacity (int);
       7  
       8  void wrong_analyzer_dump_capacity (void)
       9  {
      10    __analyzer_dump_capacity (42);
      11  }