xref: /aosp_15_r20/external/wayland-protocols/freedesktop.org/tests/build-cxx.cc.in (revision 6c119a463dd5c45dd05bbe67429293292dde15ee)
1#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
2#include "@PROTOCOL_SERVER_INCLUDE_FILE@"
3
4/* This is a build-test only */
5
6using namespace std;
7
8int
9main(int argc, char **argv)
10{
11	(void)argc;
12	(void)argv;
13	return 0;
14}
15