index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
bsd
/
mdocml
/
dist
/
test-reallocarray.c
blob: f99e685d8350c6a98901404fbc059b61607c14f9 (
plain
)
1
2
3
4
5
6
7
#include <stdlib.h>
int
main
(
void
)
{
return
!
reallocarray
(
NULL
,
2
,
2
);
}