cpp-compile-test.cpp 120 B

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