opnsense-src/contrib/mdocml/test-reallocarray.c

8 lines
75 B
C
Raw Normal View History

2014-11-22 13:08:25 -05:00
#include <stdlib.h>
int
main(void)
{
2016-01-15 18:08:59 -05:00
return !reallocarray(NULL, 2, 2);
2014-11-22 13:08:25 -05:00
}