aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/analyzer/pr97130.c
blob: f437b763c94c3cd6811286cf0ece10cc4f5f40a8 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-additional-options "-Wno-builtin-declaration-mismatch" } */

void *
memset (int, int, __SIZE_TYPE__);

void
mp (int xl)
{
  memset (xl, 0, sizeof xl);
}