index
:
mandoc.git
VERSION_1_12
VERSION_1_13
bapt
cameronkatri
main
master
origin
version_0
A git conversion mirror of mandoc.bsd.lv
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
test-reallocarray.c
blob: f99e685d8350c6a98901404fbc059b61607c14f9 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdlib.h> int main(void) { return !reallocarray(NULL, 2, 2); }