laforge
/
openbts-osmo
Archived
1
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
openbts-osmo/public-trunk/RRLP/RRLPTest.cpp

10 lines
149 B
C++

#include <RRLPMessages.h>
int main()
{
// this should just compile, will probably segfault when run
RRLP::RRLPQuery(NULL);
return 0;
}