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