mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
8 lines
78 B
C
8 lines
78 B
C
|
|
#include <stdlib.h>
|
||
|
|
|
||
|
|
int
|
||
|
|
main(void)
|
||
|
|
{
|
||
|
|
return( ! reallocarray(NULL, 2, 2));
|
||
|
|
}
|