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