summaryrefslogtreecommitdiff
path: root/tests/build-cxx.cc.in
blob: 67aeb2be785e3341aff6124a478a1b8b045419c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
#include "@PROTOCOL_SERVER_INCLUDE_FILE@"

/* This is a build-test only */

using namespace std;

int
main(int argc, char **argv)
{
	(void)argc;
	(void)argv;
	return 0;
}