xref: /netbsd-src/external/bsd/mdocml/dist/test-reallocarray.c (revision f4748aaa01faf324805f9747191535eb6600f82c)
1 #include <stdlib.h>
2 
3 int
4 main(void)
5 {
6 	return !reallocarray(NULL, 2, 2);
7 }
8