(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pr97130.c
       1  /* { dg-additional-options "-Wno-builtin-declaration-mismatch" } */
       2  
       3  void *
       4  memset (int, int, __SIZE_TYPE__);
       5  
       6  void
       7  mp (int xl)
       8  {
       9    memset (xl, 0, sizeof xl);
      10  }