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

6 lines
120 B
C++

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