This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#include <RRLPMessages.h>
|
|
|
|
int main()
|
|
{
|
|
// this should just compile, will probably segfault when run
|
|
RRLP::RRLPQuery(NULL);
|
|
return 0;
|
|
}
|
|
|