BPI-H618-Android/external/wayland/tests/cpp-compile-test.cpp
2023-12-19 15:07:54 +08:00

6 lines
120 B
C++

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