xref: /aosp_15_r20/external/wayland/tests/cpp-compile-test.cpp (revision 84e872a0dc482bffdb63672969dd03a827d67c73)
1 /* This source should compile fine with C++ compiler */
2 #include "wayland-server-protocol.h"
3 
main()4 int main() { return 0; }
5 
6