1 /* This source should compile fine with C++ compiler */ 2 #include "wayland-server-protocol.h" 3 main()4 int main() { return 0; } 5 6