mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
6 lines
120 B
C++
6 lines
120 B
C++
|
|
/* This source should compile fine with C++ compiler */
|
||
|
|
#include "wayland-server-protocol.h"
|
||
|
|
|
||
|
|
int main() { return 0; }
|
||
|
|
|