v811_spc009/external/wayland/tests/cpp-compile-test.cpp

6 lines
120 B

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