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