mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +01:00
13 lines
187 B
C++
13 lines
187 B
C++
|
|
#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)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|