kmalloc: Avoid code duplication.
[dragonfly.git] / contrib / mdocml / test-reallocarray.c
blob9a514e8eaf9f159dfe91761195f4041865cd3f9c
1 #include <stdlib.h>
3 int
4 main(void)
6 return( ! reallocarray(NULL, 2, 2));