(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pr98564.c
       1  void *calloc (__SIZE_TYPE__, __SIZE_TYPE__);
       2  
       3  void test_1 (void)
       4  {
       5    int *p = calloc (0, 1); /* { dg-message "allocated here" } */
       6  } /* { dg-warning "leak of 'p'" } */