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