Blob


1 #include <stdlib.h>
3 int
4 main(void)
5 {
6 return !recallocarray(NULL, 0, 2, 2);
7 }