xref: /freebsd/contrib/mandoc/test-reallocarray.c (revision b2e41172bdc00f177f7de4d4f4963cc4d99a3178)
1 #include <stdlib.h>
2 
3 int
4 main(void)
5 {
6 	return !reallocarray(NULL, 2, 2);
7 }
8