aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-reallocarray.c
blob: 9a514e8eaf9f159dfe91761195f4041865cd3f9c (plain) (blame)
1
2
3
4
5
6
7
#include <stdlib.h>

int
main(void)
{
	return( ! reallocarray(NULL, 2, 2));
}